Merge "Add $namespaceGenderAliases for 'eo'"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 21 May 2013 05:56:14 +0000 (05:56 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 21 May 2013 05:56:14 +0000 (05:56 +0000)
languages/messages/MessagesEo.php

index a618029..4e73b47 100644 (file)
@@ -79,6 +79,11 @@ $namespaceAliases = array(
        'Kategoria_diskuto'    => NS_CATEGORY_TALK,
 );
 
+$namespaceGenderAliases = array(
+       NS_USER => array( 'male' => 'Uzanto', 'female' => 'Uzantino' ),
+       NS_USER_TALK => array( 'male' => 'Uzanto-Diskuto', 'female' => 'Uzantino-Diskuto' ),
+);
+
 $specialPageAliases = array(
        'Activeusers'               => array( 'Aktivaj_uzantoj' ),
        'Allmessages'               => array( 'Ĉiuj_mesaĝoj' ),